projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13790ea
)
include math.h
author
Jason Rumney
<jasonr@gnu.org>
Mon, 22 Oct 2007 23:20:11 +0000
(23:20 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Mon, 22 Oct 2007 23:20:11 +0000
(23:20 +0000)
src/ChangeLog
patch
|
blob
|
history
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a9d7257be38c404005a3c0177ae1a9987aa2e64d..15916fae821746f7894d0d5a8024d289600358dd 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,7
@@
2007-10-22 Jason Rumney <jasonr@gnu.org>
- * w32fns.c (w32_abort): Declaration moved to nt/config.nt.
+ * w32fns.c: Include math.h.
+ (w32_abort): Declaration moved to nt/config.nt.
* s/ms-w32.h (HAVE_STDLIB_H): Define.
(abort): Redefinition moved to nt/config.nt.
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 99ed3870147cfa57b226720bfc4aa9e1f8d7c6f5..bc088a3d4f5f2e83d756bed15fb820e6c4005095 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-27,6
+27,7
@@
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include <limits.h>
#include <errno.h>
+#include <math.h>
#include "lisp.h"
#include "charset.h"